home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VSPALETT.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
964b
|
34 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*-----------------------------------------------------------------------
;* Select pallete. This has something to do with IBMPC screens...
;*-----------------------------------------------------------------------
globl _vs_palette
_vs_palette:
; .cargs #8,handle.w,palette.w
handle = 8
palette = 10
link a6,#0
; VContrl #5,#60,,#1
move.w handle(a6),-(sp) ; contrl[6]
move.w #60,-(sp) ; contrl[5]
subq.l #2,sp ; contrl[4]
move.w #1,-(sp) ; contrl[3]
subq.l #2,sp ; contrl[2]
clr.w -(sp) ; contrl[1]
move.w #5,-(sp) ; contrl[0]
lea -12(sp),sp ;* -> ptsout, intout, ptsin
pea palette(a6) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end